Files
ThreadNet-Web/modules/restricted-guests/synapse/CHANGELOG.md
T

46 lines
739 B
Markdown
Raw Normal View History

# @nordeck/synapse-guest-module
## 2.0.0
### Major Changes
- 5539790: Guest users are now only allowed in Ask to Join rooms
## 1.0.0
### Major Changes
- a05ce45: First stable release.
## 0.3.1
### Patch Changes
- 344b7bf: Update the repository name
## 0.3.0
### Minor Changes
- 27680cd: Provide a dedicated registration endpoint to not interfere with the original
registration endpoint.
- 997f47b: Deactivate guest users after a configured expiration time.
## 0.2.0
### Minor Changes
- 00c92e0: Don't include guest users in the search results.
## 0.1.0
### Minor Changes
- b43b066: Disable certain homeserver-wide actions (create room, invite user) for guest users.
## 0.0.1
### Patch Changes
- Add initial version.