hide group-management
This commit is contained in:
parent
bb0734eba4
commit
37ae289466
@ -178,7 +178,7 @@ class Chat extends LitElement {
|
|||||||
${this.isEmptyArray(this.chatHeads) ? this.renderLoadingText() : this.renderChatHead(this.chatHeads)}
|
${this.isEmptyArray(this.chatHeads) ? this.renderLoadingText() : this.renderChatHead(this.chatHeads)}
|
||||||
</ul>
|
</ul>
|
||||||
<div class="blockedusers">
|
<div class="blockedusers">
|
||||||
<div class="groups-button-container">
|
<!-- <div class="groups-button-container">
|
||||||
<button
|
<button
|
||||||
@click=${() => {
|
@click=${() => {
|
||||||
this.redirectToGroups();
|
this.redirectToGroups();
|
||||||
@ -197,7 +197,7 @@ class Chat extends LitElement {
|
|||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div> -->
|
||||||
<mwc-button
|
<mwc-button
|
||||||
raised
|
raised
|
||||||
label="${translate("chatpage.cchange3")}"
|
label="${translate("chatpage.cchange3")}"
|
||||||
@ -370,7 +370,7 @@ class Chat extends LitElement {
|
|||||||
this.changeTheme();
|
this.changeTheme();
|
||||||
this.getChatBlockedList();
|
this.getChatBlockedList();
|
||||||
this.getLocalBlockedList();
|
this.getLocalBlockedList();
|
||||||
await this.getPendingGroupInvites();
|
// await this.getPendingGroupInvites();
|
||||||
|
|
||||||
const getBlockedUsers = async () => {
|
const getBlockedUsers = async () => {
|
||||||
let blockedUsers = await parentEpml.request('apiCall', {
|
let blockedUsers = await parentEpml.request('apiCall', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user