Update README

This commit is contained in:
Niels Andriesse 2021-04-23 13:02:00 +10:00 committed by GitHub
parent 29277e99a3
commit ad574a01fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -38,3 +38,17 @@ Print the URL users can use to join rooms on your open group server by running:
```
/usr/bin/session-open-group-server --print-url
```
### Step 4: Add an image for your new room
There are two ways to do this. Either:
• add your room on Session desktop using the URL printed earlier
• make yourself a moderator using the following command: `/usr/bin/session-open-group-server --add-moderator {public_key} {room_id}`
• use Session desktop to upload a picture for your room
Or
• Upload a JPG to your VPS
• Put it in `/var/lib/session-open-group-server/files`
• Rename it to `{room_id}` (no file extension)