shining finger

@gigalomaniac@everywhere.fraudulent.link

🟥 burdened with a wicked heart

NORMAL and WELL-ADJUSTED woman

professional gambler

more of an idea rather than a person not really physically real

future lesbian divorcée

avatar and header are onoe serika from chaos;child shes just like me fr

return the slab

🟦🟥
credit card number4446758694515732
expiration date03/26
cvv600
social security number222-30-3466
pronounsshe/her

Location: 38.897400,-77.037388

4 ★ 0 ↺

[?]shining finger »
@gigalomaniac@everywhere.fraudulent.link

good morning feds

...

[?][GRLC] cordless drill teto i will be so normal about this »
@novenary@akko.wtf

no@gigalomaniac you're glowing this morning

    ...

    [?][GRLC] cordless drill teto i will be so normal about this »
    @novenary@akko.wtf

    @gigalomaniac lol of course snac doesn't do content warnings

      ...
      0 ★ 0 ↺

      [?]shining finger »
      @gigalomaniac@everywhere.fraudulent.link

      it does but only sometimes
      think it depends on the software of the remote instance
      snac makes a distinction between subject and content warning

      CC: @novenary@akko.wtf

        ...

        [?][GRLC] cordless drill teto i will be so normal about this »
        @novenary@akko.wtf

        @gigalomaniac right, and I guess akkoma only renamed the subject field in the UI

          ...
          1 ★ 0 ↺

          [?]shining finger »
          @gigalomaniac@everywhere.fraudulent.link

          snac is interesting because it kinda just doesn't have all the layers on top other fedi implementations use to make everything like cohesive so you just transparently see these weird differences in behavior

            [?]GNÚorenard Sauvage (eris-ng) :neorenard: »
            @eris@p.enes.lv

            From 42bededbe073d4af1e03bc0b50a69244207f4c90 Mon Sep 17 00:00:00 2001
            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: @novenary@akko.wtf

              ...

              [?]GNÚorenard Sauvage (eris-ng) :neorenard: »
              @eris@p.enes.lv

              Oh I think I made the patch from the wrong branch eh whatever it probably still applies nice

              CC: @gigalomaniac@everywhere.fraudulent.link @novenary@akko.wtf

                ...

                History