GNÚorenard Sauvage (eris-ng)
@eris@p.enes.lv
latvian, in their 25s, monogam, straight, he/him lesbian, ace-spec, slut. anarcho-monarchist. A theymab transtrender. I speak lv/en/ru but can pretend to understand other languages sometimes.
admin of this instance, don't ask for an invite unless you're a frien :3
the sadistic playful puppy you’ve been warned about.
Ionizing particles, true Ukkos, fake Erises, and Disqordians DNI
Minors: please consult with your parent(s)/guardian before following and/or interacting; and please do not interact with lewd and/or sexual content unless you are of the age of majority
Current PFP is Senjougahara Hitagi, specifically from https://www.tumblr.com/manimarough/785249534734417921
Previous PFP was dead Marsey
Previous² PFP was A.B.A. from Guilty Gear Strive
Previous³ PFP was some image 40 sent me
Previous⁴ PFP was https://www.kotobukiya.co.jp/en/product/detail/p4934054034673/
Previous⁵ PFP was https://www.furaffinity.net/view/47773488/
My ducal court:
Wife Mother: @wife@p.enes.lv
The cheetah sitting in the corner of the court room: @f_o_u_r_t_y@shrine.moe
The messenger to the realms: @meso@the.asbestos.cafe
Translator: [Insert une's goreslut username]
Found my unfunny quotes
"@ukko what" — @ezio@akko.wtf
'I thought "ukko" was a Indonesian gal?' — Cent
"@Ukko did you have to post this?" - Jade Disarray
"@Ukko ukko." - @mia@void.rehab
CC @une@cawfee.club
eriscon is not happening
From 42bededbe073d4af1e03bc0b50a69244207f4c90 Mon Sep 17 00:00:00 2001CC: @novenary@akko.wtf
From: [REDACTED]
Date: Thu, 24 Apr 2025 22:27:35 +0000
Subject: [PATCH] Normalise CWs and summaries to fit more *oma usage rather
than friendica---
html.c | 25 +++++++------------------
1 file changed, 7 insertions(+), 18 deletions(-)diff --git a/html.c b/html.c
index d807f4b..4b2816f 100644
--- a/html.c
+++ b/html.c
@@ -2127,11 +2127,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
v = xs_dict_get(msg, "summary");
- /* is it sensitive? */
- if (xs_type(xs_dict_get(msg, "sensitive")) == XSTYPE_TRUE) {
- if (xs_is_null(v) || *v == '\0')
- v = "...";
-
+ if (!xs_is_null(v) && *v) {
const char *cw = "";
if (user) {
@@ -2141,23 +2137,16 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
cw = "";
}
+ xs_html *summary_tag = xs_html_tag("summary", xs_html_text(v));
+ if (xs_type(xs_dict_get(msg, "sensitive")) == XSTYPE_TRUE) {
+ xs_html_add(summary_tag, xs_html_text(L(" [SENSITIVE CONTENT]")));
+ }
+
snac_content = xs_html_tag("details",
xs_html_attr(cw, NULL),
- xs_html_tag("summary",
- xs_html_text(v),
- xs_html_text(L(" [SENSITIVE CONTENT]"))));
+ summary_tag);
}
else {
- /* print the summary as a header (sites like e.g. Friendica can contain one) */
- if (!has_title && !xs_is_null(v) && *v) {
- xs_html_add(snac_content_wrap,
- xs_html_tag("h3",
- xs_html_attr("class", "snac-entry-title"),
- xs_html_text(v)));
-
- has_title = 1;
- }
-
snac_content = xs_html_tag("div", NULL);
}
--
2.39.5
...
CC: @gigalomaniac@everywhere.fraudulent.link @novenary@akko.wtf