GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    fedicat (fedicat@pc.cafe)'s status on Wednesday, 29-Jan-2025 04:29:32 JST fedicat fedicat

    on #Mitra the post refresh option also runs the load replies feature that you can see in the web ui

    In conversation about 4 months ago from pc.cafe permalink

    Attachments


    1. https://cdn.masto.host/pccafe/media_attachments/files/113/902/304/758/002/508/original/67839c8a2f303d1a.jpeg
    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Wednesday, 29-Jan-2025 04:29:30 JST silverpill silverpill
      in reply to

      @fedicat How does "Refresh" option work? I didn't know it's possible :)

      In conversation about 4 months ago permalink
    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Wednesday, 29-Jan-2025 05:05:40 JST silverpill silverpill
      in reply to

      @fedicat Ah, so it doesn't attempt to retrieve the post from the remote server. Understood

      In conversation about 4 months ago permalink
    • Embed this notice
      fedicat (fedicat@pc.cafe)'s status on Wednesday, 29-Jan-2025 05:05:41 JST fedicat fedicat
      in reply to
      • silverpill

      @silverpill it just does another retrieval of the post by ID, in case there are any changes that weren't immediately returned or for whatever reason the displayed post isn't up to date, so I figured that's a good place to throw in load-replies (first part is just mitra)

      public func refresh(_ post: Post) async throws -> Post {
      if supportsLoadConversation {
      try await loadConversation(of: post)
      }
      let post = try await client.refresh(post)
      addAccounts(post)
      return post
      }

      In conversation about 4 months ago permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.