fixes for new release
This commit is contained in:
@@ -93,6 +93,11 @@ An example systemd service file is included in the repository as well. Make sure
|
||||
|
||||
## Group usage
|
||||
|
||||
### Sharing into the group
|
||||
|
||||
The group will boost (reblog) any status meeting these criteria:
|
||||
-
|
||||
|
||||
### Commands
|
||||
|
||||
Commands are simple text lines you use when mentioning the group user. DMs work well for this.
|
||||
@@ -132,10 +137,10 @@ For group hashtags to work, the group user must follow all its members; otherwis
|
||||
|
||||
**Basic commands**
|
||||
- `/help` - show help
|
||||
- `/ignore`, `/i` - make the group completely ignore the post
|
||||
- `/members`, `/who` - show group members / admins
|
||||
- `/ignore` (alias `/i`) - make the group completely ignore the post
|
||||
- `/members` (alias `/who`) - show group members / admins
|
||||
- `/tags` - show group hashtags
|
||||
- `/boost`, `/b` - boost the replied-to post into the group
|
||||
- `/boost` (alias `/b`) - boost the replied-to post into the group
|
||||
- `/ping` - ping the group service to check it's running, it will reply
|
||||
- `/join` - join the group
|
||||
- `/leave` - leave the group
|
||||
@@ -143,14 +148,16 @@ For group hashtags to work, the group user must follow all its members; otherwis
|
||||
|
||||
**For admins**
|
||||
- `/announce x` - make a public announcement from the rest of the status. Note: this does not preserve any formatting!
|
||||
- `/ban x` - ban a user or a server from the group
|
||||
- `/unban x` - lift a ban
|
||||
- `/op user`, `/admin user` - grant admin rights to the group
|
||||
- `/deop user`, `/deadmin user` - revoke admin rights
|
||||
- `/opengroup` - make member-only
|
||||
- `/closegroup` - make public-access
|
||||
- `/add user` - add a member (use e-mail style address)
|
||||
- `/kick user, /remove user` - kick a member
|
||||
- `/add #hashtag` - add a hasgtag to the group
|
||||
- `/remove #hashtag` - remove a hasgtag from the group
|
||||
- `/undo` - when used by an admin, this command can un-boost any status. It can also delete an announcement made in error.
|
||||
- `/ban user@domain` - ban a user from interacting with the group or having their statuses shared
|
||||
- `/unban user@domain` - lift a user ban
|
||||
- `/ban domain.tld` - ban a server (works similar to instance mute)
|
||||
- `/unban domain.tld` - lift a server ban
|
||||
- `/op user@domain` (alias `/admin`) - grant admin rights to a user
|
||||
- `/deop user@domain` (alias `/deadmin`) - revoke admin rights
|
||||
- `/opengroup` - make the group member-only
|
||||
- `/closegroup` - make the group public-access
|
||||
- `/add user@domain` (alias `/follow`) - add a member
|
||||
- `/remove user@domain` (alias `/remove`) - remove a member
|
||||
- `/add #hashtag` (alias `/follow`) - add a hashtag to the group
|
||||
- `/remove #hashtag` (alias `/unfollow`) - remove a hashtag from the group
|
||||
- `/undo` (alias `/delete`) - when used by an admin, this command can un-boost any status. It can also delete an announcement made in error.
|
||||
|
||||
Reference in New Issue
Block a user