Fediverse search system

Fediver

beta version

【POST】の検索結果


鯖缶を⇂ȷ̶゙ᯇਮƕ༨゙にするカスタムCSSを使っているのでいざPOSTするとパウチされたような状態になるのがなかなか 変な感じだ



I was initially considering croquis.moe as a place to post Japanese law compliant versions of my art, I asked the owner several questions (I mean, my stuff might not even interest them at all, I must keep my expectations low), but it seems they've been AFK for over a week.
Broad federation is a double-edged sword. I made my longest blocklist on Fedi in under 3 days because most English speakers I find are minors, creeps or a combination of both. But I'm just too scared to try other Japanese instances.


I just realised the storage is incredibly spacious here, there's no point in compressing anything I post LOL


This has nothing to do with things that I normally post or say/do but I'm in a state of horninnes right now.. I can't describe it just.. really hard


Is it okay to post in english here? ​:Shiropuyo_thinking:


I should post my art on here. That be kinda cool


@Cicada@cutiepaws.org ah I see. I've been noticing some load and some don't. And I think it does vary on what Instance the post is from


Haii guys!! First post on misskey very excited ^^

As a little intro, my name is vin, I'm an aamap, I'm 16, and I sell

My hobbies focus around drawing, writing and anime


@syobon@post.syobon.net 一応こちら側では話はいい感じに進んでるので、もうちょっと待ってくれると助かる


投稿時にエラーが出る問題、コンソール見る限り出てるエラーがこれでなんもわからん

app-Be01CylM.js:2  POST https://jiskey.dev/api/notes/create 400 (Bad Request)
(anonymous) @ app-Be01CylM.js:2
Ie @ app-Be01CylM.js:2
Ns @ app-Be01CylM.js:285
await in Ns
Yt @ GifNNTmm.js:2
De @ GifNNTmm.js:2
n @ GifNNTmm.js:3


こんな感じでPlugin:register_note_post_interruptor(fn)試してみたけど投稿ボタン押すとInvalid Paramって出てくる
どうなっとんねん

/// @ 0.12.4
### {
    name: "test"
    version: "0.1.0"
    author: "@jj1guj"
    description: "test"
}

Plugin:register_note_post_interruptor(@(note) {
  
  // ノートの中身を書き換える
  note.text = note.text.replace('リンゴ', 'バナナ')

  return note
})


とりあえず投稿フォーム上で​:youtube:の追跡クエリを削除するプラグインできた
nyayzeみたいにノートするときに勝手に削除してくれるようにしたいが方法がわからん

/// @ 0.12.4
### {
  name: "YouTube Link Cleaner"
  version: "0.1.0"
  author: "@jj1guj"
  description: "投稿時に YouTube URL の追跡クエリ (?si など) を削除します"
}

@is_youtube(u) {
  (u.index_of("youtu.be") != -1) || (u.index_of("youtube.com") != -1)  // true/false
}

@cleanUrl(u) {
  if (is_youtube(u)) {
    u.split("?")[0]    // 「?」より前だけ残す
  } else {
    u
  }
}

Plugin:register_post_form_action('YouTube Link Cleaner', @(note, rewrite) {
  if (note.text == null) {
    return note
  }

  let parts = note.text.split(" ")
  var out = ""

  // 公式構文: for (let 変数, 回数)
  for (let i, parts.len) {
    parts[i] = cleanUrl(parts[i])
    out = `{out} {cleanUrl(parts[i])}`
  }
  	

  rewrite('text', out)
})


forgot to do it yesterday, session is now in my bio, and on this post

054df55770507249780731cb7f04d17b192f5165a5cb797fb1c135dcf62f91615a


@hsadw233 Not really, You can also post here in English, even Chinese(Traditional Chinese Characters are better), I don't mind​:ablobsmilehappy:


​:io:​でもエラーになる

jj1guj@yuuki ~/misskey (master)> curl -X POST https://misskey.io/api/fetch-rss \
                                          -H 'Content-Type: application/json' \
                                          -d '{"url":"https://www.nhk.or.jp/rss/news/cat0.xml"}'
{"error":{"message":"Internal error occurred. Please contact us if the error persists.","code":"INTERNAL_ERROR","id":"5d37dbcb-891e-41ca-a3d6-e690c97775ac","kind":"server","info":{"message":"The operation was aborted.","code":"AbortError","id":"5dede850-7a65-4fe0-bca5-2cf6f2772219"}}}



自分のpixelfedの、アップロードした写真のリプ欄に、「This post may contain sensitive content」って出るから、
最初これって、写真ポストにセンシティブ要素があるからこう表示されんのかな?って考えたけど、
どうやらリプライがNSFW扱いされるとそう表示される、っていうことらしい、と、1日経過して理解したわ(笑)

ハートマークがある絵文字リプライだとそうなる可能性w

このスクショのときの写真は、ただのノラネコの写真だから、別にセンシティブ要素ないよ...?みたいに1日悩んだよねさすがに(笑)


@syobon@post.syobon.net いまはもう何も考えずPayPayカードでいいです。

それを、どこ得
https://dokotoku.jp/?q=PayPay%E3%82%AB%E3%83%BC%E3%83%89 あたりで探してポイント還元いただきながら作る感じ