Skip to content

Commit

Permalink
Merge pull request #2516 from flowolf/fix-text-image-discrepancy-room…
Browse files Browse the repository at this point in the history
…-join

adapt text to image info (room_join.svg)
  • Loading branch information
MTRNord authored Sep 28, 2024
2 parents 44d5d2f + 6117549 commit a1bc426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/matrix-concepts/rooms_and_events/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ the copy is on example.com, matrix.org or ergaster.org.

When someone else joins the room, whether they are on the same homeserver as the
creator or another homeserver, by default they are assigned the power level 0.
If Bob on `ergaster.org` joins `#goodfriends:example.com`, his server is going to
If Bob on `matrix.org` joins `#goodfriends:example.com`, his server is going to
ask Alice's `example.com` a local copy of the room, and stay in sync with it.

{{ figure(
img="./room_join.svg",
caption="Bob joins the room and automatically gets Power Level 0")
}}

If Carol joins from her homeserver `matrix.org`, she will also get the power level
If Carol joins from her homeserver `ergaster.org`, she will also get the power level
0.

{{ figure(
Expand Down

0 comments on commit a1bc426

Please sign in to comment.