Interaction with fediverse not possible #928
레이블
레이블 없음
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
마일스톤 없음
프로젝트 없음
담당자 없음
참가자 2명
알림
마감일
마감일이 설정되지 않았습니다.
전제조건
전제조건이 설정되지 않았습니다.
Reference: Plume/Plume#928
불러오는 중…
테이블 추가
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello together
I have the problem that some instances can not interact with some posts
The following error is then displayed

post that works
https://blog.rollenspiel.monster/~/TagebuchVonMerdarionFindling/reise-nach-aqmola
post that does not works
https://blog.rollenspiel.monster/~/EinLebenInDenVerbotenenLanden/ein-knabe-mit-potential
It seems that it only affects posts that were previously saved as drafts.
I have do a small test with three cases:
Write a blog post and direct publish it
a) create new post
b) uncheck "save as draft"
c) press button "update or publish"
=> In this case sharing/boosting works fine (https://blog.rollenspiel.monster/~/Test/test-direct-publish)
Write a blog post, save as draft and publish afterwards in the editor form
a) create new post
b) check "save as draft"
c) press button "update or publish"
d) in the now open preview page press the button "edit"
c) uncheck "save as draft"
d) press button "update"
=> In this case the bug occurs (https://blog.rollenspiel.monster/~/Test/test-draft-before-publish-inside-the-editor)
Write a blog post, save as draft and publish afterward via the preview form
a) create new post
b) check "save as draft"
c) press button "update or publish"
d) in the now open preview page press button "publish"
c) uncheck "save as draft"
d) press button "update"
=> In this case sharing/boosting works fine (https://blog.rollenspiel.monster/~/Test/test-draft-before-publish-inside-the-preview)
I hope this will helps a little bit.