Skip to content

Commit 0bad7b2

Browse files
authored
Update HomeserverUserPolicyProtection.ts (#835)
Fix description for protection
1 parent 656b8de commit 0bad7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protections/HomeserverUserPolicyApplication/HomeserverUserPolicyProtection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describeProtection<
8989
typeof HomeserverUserPolicyProtectionSettings
9090
>({
9191
name: HomeserverUserPolicyProtection.name,
92-
description: `A protection to shutdown rooms matching policies from watched lists`,
92+
description: `A protection to suspend resident users matching policies from watched lists`,
9393
capabilityInterfaces: {
9494
userRestrictionCapability: "UserRestrictionCapability",
9595
},

0 commit comments

Comments
 (0)