mirror of
1
Fork 0

source.status_format key

This commit is contained in:
f0x 2022-09-16 21:18:42 +02:00
parent 23ff2f1568
commit 2e5a76a134
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ module.exports = function UserSettings() {
}> }>
<a href="https://docs.gotosocial.org/en/latest/user_guide/posts/#privacy-settings" target="_blank" className="moreinfolink" rel="noreferrer">Learn more about post privacy settings (opens in a new tab)</a> <a href="https://docs.gotosocial.org/en/latest/user_guide/posts/#privacy-settings" target="_blank" className="moreinfolink" rel="noreferrer">Learn more about post privacy settings (opens in a new tab)</a>
</Select> </Select>
<Select id="source.format" name="Default post format" options={ <Select id="source.status_format" name="Default post format" options={
<> <>
<option value="plain">Plain (default)</option> <option value="plain">Plain (default)</option>
<option value="markdown">Markdown</option> <option value="markdown">Markdown</option>