mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-03-01 11:11:16 -05:00
string fixups
This commit is contained in:
parent
c8f4f4a151
commit
f3107e2d6b
@ -24,7 +24,7 @@ behalf of the client.
|
||||
is supposed to run as your own user and listen to connections on a
|
||||
non-privileged port. A client needs to log in using the standard Matrix HTTP
|
||||
calls to register itself to the daemon, such a registered user is called a pan
|
||||
user and will have his own sync loop to keep up with the server. Multiple matrix
|
||||
user and will have it's own sync loop to keep up with the server. Multiple matrix
|
||||
clients can connect and use the same pan user.
|
||||
.Pp
|
||||
If user interaction is required
|
||||
|
@ -24,7 +24,7 @@ behalf of the client.
|
||||
is supposed to run as your own user and listen to connections on a
|
||||
non-privileged port. A client needs to log in using the standard Matrix HTTP
|
||||
calls to register itself to the daemon, such a registered user is called a pan
|
||||
user and will have his own sync loop to keep up with the server. Multiple matrix
|
||||
user and will have it's own sync loop to keep up with the server. Multiple matrix
|
||||
clients can connect and use the same pan user.
|
||||
|
||||
If user interaction is required
|
||||
|
@ -338,7 +338,7 @@ class PanCtl:
|
||||
"List the configured homeservers and pan users on each homeserver."
|
||||
),
|
||||
"list-devices": (
|
||||
"List the devices of a user that are known to the " "pan-user."
|
||||
"List the devices of a user that are known to the pan-user."
|
||||
),
|
||||
"start-verification": (
|
||||
"Start an interactive key verification between "
|
||||
@ -466,7 +466,7 @@ class PanCtl:
|
||||
def show_sas_invite(self, pan_user, user_id, device_id, _):
|
||||
print(
|
||||
f"{user_id} has started an interactive device "
|
||||
f"verification for his device {device_id} with pan user "
|
||||
f"verification for their device {device_id} with pan user "
|
||||
f"{pan_user}\n"
|
||||
f"Accept the invitation with the accept-verification command."
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user