Skip to content

Commit c729cbc

Browse files
authored
Remove "Twitter" from AllowedExternalLinkReferences possible value list (#913)
When using GetPolicyInfoForPlayerAsync, the AllowedExternalLinkReferences array no longer includes 'Twitter'. ## Changes Removed "Twitter" from the list of possible values in the description for AllowedExternalLinkReferences. ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate.
1 parent bc4ec39 commit c729cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/classes/PolicyService.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ methods:
5555
<td>AllowedExternalLinkReferences</td>
5656
<td>Array of strings</td>
5757
<td>Any experience that references external links</td>
58-
<td>A list of external link references (for example, social media links, handles, or iconography) a player is permitted to see. Possible values include: "Discord", "Facebook", "Twitch", "Twitter", "YouTube", "X", "GitHub", and "Guilded".</td>
58+
<td>A list of external link references (for example, social media links, handles, or iconography) a player is permitted to see. Possible values include: "Discord", "Facebook", "Twitch", "YouTube", "X", "GitHub", and "Guilded".</td>
5959
</tr>
6060
<tr>
6161
<td>IsContentSharingAllowed</td>

0 commit comments

Comments
 (0)