-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mastodon 2.7.2 frontend crashes on DM column load #10068
Comments
In the meantime I I do have one DM thread with an empty array for accounts: {
"id": "11307",
"unread": false,
"accounts": [],
"last_status": {
"id": "101063429786697282",
"created_at": "2018-11-13T10:39:17.127Z",
// --- Shortened
"mentions": [],
"tags": [],
"emojis": [],
"card": null
}
} When using the Edit: Confirmed the above. This was the reason: A single DM I sent to another user. After deleting that particular status the interface is loading again properly. |
Same thing at mastodont.cat after updating to v2.7.2. When I reply to a direct message the interface goes blank |
Downgraded to v2.7.1 for now. |
It seems to me it can occur whenever none of the participants of a conversation exist anymore. |
* Never return empty participants for conversations Fixes #10068 * Fix client-side crash when conversations have no participants
Is there a planned bugfix release for that issue? We have multiple users affected by the problem, so it would be great if we could fix it without patching it manually. |
Agreed, if have some users that can't use the front-end at all, so it would be great if they didn't have too wait for too long 😥 Edit: If other admins don't want to run on master either, you can manually apply the patch with: wget https://patch-diff.githubusercontent.com/raw/tootsuite/mastodon/pull/10078.patch
git apply 10078.patch |
@nazco they already fixed it. You can apply the patch as mentioned by @angristan. |
@salvadorpla The fix is in master and not in a release so basically 0 instance currently have it |
@angristan yes, I edited the affected files and then recompiled assets. Done. |
* Never return empty participants for conversations Fixes #10068 * Fix client-side crash when conversations have no participants
* Never return empty participants for conversations Fixes mastodon#10068 * Fix client-side crash when conversations have no participants
* Never return empty participants for conversations Fixes mastodon#10068 * Fix client-side crash when conversations have no participants
Expected behaviour
Actual behaviour
Steps to reproduce the problem
Specifications
getWrappedInstance
onnull
object.The text was updated successfully, but these errors were encountered: