SillyTavern / SillyTavern-Timelines

Timeline view for SillyTavern chats
MIT License
34 stars 4 forks source link

fix bug: branching at a node with null swipe_id created broken chat #20

Closed Technologicat closed 4 months ago

Technologicat commented 4 months ago

As it says on the tin.

I don't know how I didn't catch this before - maybe it's only some chat files where a message has a null swipe_id.

Anyway, fixed, works now.

EDIT: Sneaked in another small bugfix.

Changelog:

Technologicat commented 4 months ago

Argh, still finding more bugs. This time, there was an uncaught exception in the log when opening the timeline view and the text search was empty.

I'll let you know when there are no more bugs for now. Probably tomorrow.

Technologicat commented 4 months ago

I think that's all for now. This PR is complete.

Technologicat commented 4 months ago

Thanks for the merge!