add: broadcast socket id for user sockets
This commit is contained in:
parent
ecde5d3d46
commit
1724f798ca
6 changed files with 48 additions and 16 deletions
|
@ -100,7 +100,7 @@
|
|||
</div>
|
||||
|
||||
{% if user %}
|
||||
<div class="card flex gap-2" id="join_or_leave">
|
||||
<div class="card flex gap-2 flex-wrap" id="join_or_leave">
|
||||
{% if not is_owner %} {% if not is_joined %} {% if not
|
||||
is_pending %}
|
||||
<button class="primary" onclick="join_community()">
|
||||
|
@ -216,8 +216,15 @@
|
|||
});
|
||||
};
|
||||
</script>
|
||||
{% endif %} {% endif %} {% if can_manage_community or
|
||||
is_manager %}
|
||||
{% endif %} {% else %}
|
||||
<a
|
||||
href="/chats/{{ community.id }}/0"
|
||||
class="button quaternary"
|
||||
>
|
||||
{{ icon "message-circle" }}
|
||||
<span>{{ text "communities:label.chats" }}</span>
|
||||
</a>
|
||||
{% endif %} {% if can_manage_community or is_manager %}
|
||||
<a
|
||||
href="/community/{{ community.id }}/manage"
|
||||
class="button primary"
|
||||
|
@ -229,6 +236,7 @@
|
|||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue