diff options
author | Vitaly Takmazov | 2023-04-26 09:11:53 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-04-26 09:12:11 +0300 |
commit | 90201606bb485988f5a85cd578f3f5b8ecddf4db (patch) | |
tree | 009e6691d9b32e1cb8605592fcaeed2b8e90977a /src/main/resources/templates/views/partial | |
parent | bd521d4b86f9b3b16caaba714d04e05c2f288847 (diff) |
Expose `friendsOnly` message property over API
Diffstat (limited to 'src/main/resources/templates/views/partial')
-rw-r--r-- | src/main/resources/templates/views/partial/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/partial/message.html b/src/main/resources/templates/views/partial/message.html index e9ddd3db..219b1b1a 100644 --- a/src/main/resources/templates/views/partial/message.html +++ b/src/main/resources/templates/views/partial/message.html @@ -7,7 +7,7 @@ <img src="{{ msg.user.avatar }}" alt="{{ msg.user.name }}"/></a> </div> <div class="msg-ts"> - {% if msg.FriendsOnly %} + {% if msg.friendsOnly %} <i data-icon="ei-lock" data-size="s"></i> · {% endif %} <a href="/{{ msg.user.name }}/{{ msg.mid }}"> |