Skip to content

Commit a72e0db

Browse files
update Open Source Docs from Roblox internal teams
1 parent 7e81db2 commit a72e0db

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

content/en-us/marketplace/moderation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you believe an asset is infringing on your IP, or that one of your assets has
1717

1818
## Archive assets
1919

20-
Archiving an asset allows you to remove an asset from the Roblox Marketplace platform. This process can be used to archive both 2D and 3D avatar items. Avatar items may only be archived if they were published at least 180 days prior. At this time, archiving Limited items is not supported.
20+
Archiving an asset allows you to remove an asset from the Marketplace. This process can be used to archive both 2D and 3D avatar items. Avatar items may only be archived if they were uploaded at least 180 days prior. At this time, archiving Limited items is not supported.
2121

2222
If you archive an avatar item:
2323

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ methods:
4040
This function will return immediately in most cases, although it will
4141
yield if the target user has just joined the server and their filtering
4242
info is not yet loaded.
43-
44-
#### Partial Deprecation Warning
45-
46-
Calling this function from the client is deprecated and will be disabled
47-
in the future to only return an empty string. Text filtering pertaining to
48-
chat should be done through `Class.TextChatService` and experiences that
49-
do not properly filter player-generated chat text might be subject to
50-
moderation.
5143
code_samples: []
5244
parameters:
5345
- name: toUserId
@@ -61,7 +53,9 @@ methods:
6153
Filtered text string.
6254
tags:
6355
- Yields
64-
deprecation_message: ''
56+
- Deprecated
57+
deprecation_message: |
58+
Calling this function from the client is deprecated and will return an empty string. Text filtering pertaining to chat should be done through `Class.TextChatService` and experiences that do not properly filter player-generated chat text might be subject to moderation.
6559
security: None
6660
thread_safety: Unsafe
6761
capabilities:

0 commit comments

Comments
 (0)