mucklet / mucklet-client

Web client for Mucklet.com, a textual world of roleplay.
Apache License 2.0
5 stars 8 forks source link

Deleted characters breaks list focus and unfocus #282

Closed anisus closed 2 weeks ago

anisus commented 3 months ago

Issue

If there is a deleted/not found character lingering on your focus list, it becomes impossible to use list focused and more importantly it is impossible to unfocus tab complete because the deleted character crashes the CharList provider.

Notes

anisus commented 3 months ago

Resolved in PR #272

anisus commented 2 weeks ago

Reopened because the bug still exists due to a bug in the fix. In addition, the muted and focus entries will be deleted on the backend when a character is deleted.

anisus commented 2 weeks ago

Resolved in PR #306