You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: content/en-us/reference/engine/classes/PolicyService.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ methods:
55
55
<td>AllowedExternalLinkReferences</td>
56
56
<td>Array of strings</td>
57
57
<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>
0 commit comments