Skip to content

Commit

Permalink
Remove "Twitter" from AllowedExternalLinkReferences possible value li…
Browse files Browse the repository at this point in the history
…st (#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.
  • Loading branch information
arxkdev authored Nov 15, 2024
1 parent bc4ec39 commit c729cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en-us/reference/engine/classes/PolicyService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ methods:
<td>AllowedExternalLinkReferences</td>
<td>Array of strings</td>
<td>Any experience that references external links</td>
<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>
<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>
</tr>
<tr>
<td>IsContentSharingAllowed</td>
Expand Down

0 comments on commit c729cbc

Please sign in to comment.