Panics with "user is authenticated" on simplified sliding sync requests for appservices #1465
Labels
No labels
Blocked
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#1465
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Happened when I invited https://gitdab.com/cadence/out-of-your-element to a room
Seems like the user that the appservice is authenticated at isn't making it to the function somehow.
let sender_user = body.sender_user.as_ref().expect("user is authenticated");is the user_id in the appservice's namespaces?
yep! the bots userid is @_ooye_bot:misty.cafe and the appservice has the following:
it seems to panic only when I invite the bot and it attempts to join, if I use ooyes easy mode, which creates the new rooms by itself, there seems to be no issue and everything works as intended