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

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

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    fedicat (fedicat@pc.cafe)'s status on Wednesday, 29-Jan-2025 05:05:41 JSTfedicatfedicat
    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 conversationabout 4 months ago from pc.cafepermalink
  • 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.