New attachment redacted text image
This commit is contained in:
parent
d8be87a2f9
commit
814b1779b4
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -520,7 +520,7 @@ function mkSpamImgElement(img_description) {
|
|||
console.log('img_description.illegal', img_description.illegal);
|
||||
|
||||
if (illegal) {
|
||||
thumb_url = "/static/redacted.jpg";
|
||||
thumb_url = "/static/image_redacted.jpg";
|
||||
} else if (MIME_THUMBNAILS[mime] != null) {
|
||||
thumb_url = MIME_THUMBNAILS[mime];
|
||||
} else {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"postgrest_subdomain": "pgrest-spam",
|
||||
"postgrest_url": "http://192.168.4.6:3000",
|
||||
"postgrest_url": "http://10.4.0.96:3000",
|
||||
"postgrest_url": "http://192.168.4.6:3000",
|
||||
"jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoic3BhbV9ub3RpY2VyIn0.j6-6HSBh-Wf5eQovT9cF1ZCNuxkQOqzBFtE3C8aTG3A",
|
||||
"website_urls": {
|
||||
"leftychan.net": "https://leftychan.net",
|
||||
|
|
Loading…
Reference in New Issue