mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 20:45:49 +00:00
deploy: 427ce1b3ff
This commit is contained in:
@@ -246,6 +246,13 @@ function displayEntries(entries) {
|
||||
textContainer.appendChild(memberCountElement);
|
||||
}
|
||||
|
||||
if (entryType?.admission?.review === "all") {
|
||||
const knockingElement = document.createElement('p');
|
||||
knockingElement.textContent = 'New members are reviewed by admins';
|
||||
knockingElement.className = 'text-sm';
|
||||
textContainer.appendChild(knockingElement);
|
||||
}
|
||||
|
||||
const imgLinkElement = document.createElement('a');
|
||||
const groupLinkUri = groupLink.connShortLink ?? groupLink.connFullLink
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user