fix: check profile privacy settings when viewing link to post
This commit is contained in:
parent
3925028d5b
commit
bbb629336f
5 changed files with 26 additions and 10 deletions
|
@ -55,7 +55,6 @@
|
|||
name="content"
|
||||
id="content"
|
||||
placeholder="content"
|
||||
required
|
||||
minlength="2"
|
||||
maxlength="4096"
|
||||
></textarea>
|
||||
|
|
|
@ -860,7 +860,7 @@
|
|||
</div>
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
<script type="application/json" id="settings_json">{{ user.settings|json_encode()|safe }}</script>
|
||||
<script type="application/json" id="settings_json">{{ profile.settings|json_encode()|safe }}</script>
|
||||
|
||||
<script>
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue