appservice puppets don't seem to propagate profile changes #1785
Labels
No labels
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
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
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#1785
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?
tested with two commands:
curl -XPUT https://pool.net.eu.org/_matrix/client/v3/profile/@poolcritter:pool.net.eu.org/displayname?access_token=hunter2 --json '{"displayname":"pool"}'does propagate to rooms as expected
curl -XPUT https://pool.net.eu.org/_matrix/client/v3/profile/@discord_818673513200091157:pool.net.eu.org/avatar_url?access_token=hunter2&user_id=@discord_818673513200091157:pool.net.eu.org --json '{"avatar_url":"mxc://pool.net.eu.org/ZzspNodf7tYsojxVrEvsLg7XDF4zVZgC"}'does not propagate to any rooms (unsure if it does in fact properly modify the global profile)
don't really have more info, sorry
384ddc8curl -XPUT https://pool.net.eu.org/_matrix/client/v3/profile/@discord_818673513200091157:pool.net.eu.org/displayname?access_token=hunter2&user_id=@discord_818673513200091157:pool.net.eu.org --json '{"displayname":"Nyphawawakosi"}'does modify global profile, does not propagate to any room
14c1d37Regression from release version — profile changes do propagate properly on continuwuity 0.5.9 (
0514491)