update icons
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 731 B |
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 709 B |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 921 B |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 447 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 22 KiB |
@@ -55,7 +55,7 @@ export async function createAccount(
|
|||||||
await createBlock(
|
await createBlock(
|
||||||
0,
|
0,
|
||||||
'Have fun together!',
|
'Have fun together!',
|
||||||
'https://void.cat/d/949GNg7ZjSLHm2eTR3jZqv'
|
'https://i.nostrimg.com/cf7bdc227592686a0fcefcecb63fa860aab74c3c36dcd1cb6b09530188db7791/file.jpg'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
const getAccount = await getActiveAccount();
|
const getAccount = await getActiveAccount();
|
||||||
@@ -165,7 +165,6 @@ export async function getNoteByID(event_id: string) {
|
|||||||
`SELECT * FROM notes WHERE event_id = "${event_id}";`
|
`SELECT * FROM notes WHERE event_id = "${event_id}";`
|
||||||
);
|
);
|
||||||
if (result[0]) {
|
if (result[0]) {
|
||||||
// @ts-expect-error, todo
|
|
||||||
if (result[0].kind === 1) result[0]['content'] = parser(result[0]);
|
if (result[0].kind === 1) result[0]['content'] = parser(result[0]);
|
||||||
return result[0];
|
return result[0];
|
||||||
} else {
|
} else {
|
||||||
|
|||||||