This commit is contained in:
KoalaSat 2023-02-11 20:20:29 +01:00
parent 2a5a35031f
commit 5d9ff66cf8
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157
2 changed files with 1 additions and 2 deletions

View File

@ -68,7 +68,7 @@ public class Event {
updateGroup(database);
} else if (kind.equals("42")) {
saveGroupMessage(database);
} else if (kind.equals("42")) {
} else if (kind.equals("43")) {
hideGroupMessage(database);
} else if (kind.equals("44")) {
blockUser(database);

View File

@ -108,7 +108,6 @@ export const RelayCard: React.FC<RelayCardProps> = ({ url, bottomSheetRef }) =>
headers,
})
.then((response) => {
console.log(response)
setRelayInfo(response.data)
})
.catch((e) => {