-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently threads are persisted by generating a filename based on the CRC of the name of the thread. However, if there are different threads with the same name this will cause a collision. This commit appends the creation timestamp of a thread in order to avoid collisions. Additionally, it will rename any files using the old naming scheme to the new one.
- Loading branch information
Showing
1 changed file
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters