diff options
| author | 2022-10-07 16:51:49 +0300 | |
|---|---|---|
| committer | 2022-10-07 16:51:49 +0300 | |
| commit | 862d00162309f4c061508545a377309bbd1871eb (patch) | |
| tree | 4d7b277e82701adaf15c8e7bff4346e2b7f4cf34 | |
| parent | Merge branch 'main' into new-filter-schema (diff) | |
Properly add dm_embed to serializers
| -rw-r--r-- | pydis_site/apps/api/serializers.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/pydis_site/apps/api/serializers.py b/pydis_site/apps/api/serializers.py index 7c1c107a..0dcbf2ee 100644 --- a/pydis_site/apps/api/serializers.py +++ b/pydis_site/apps/api/serializers.py @@ -144,6 +144,7 @@ class DocumentationLinkSerializer(ModelSerializer):  ALWAYS_OPTIONAL_SETTINGS = (      'dm_content', +    'dm_embed',      'infraction_type',      'infraction_reason',      'infraction_duration', | 
