mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Update v1 tags field to get rid of console nag
This commit is contained in:
		| @@ -300,6 +300,7 @@ function charaFormatData(data) { | ||||
|     _.set(char, 'chat', data.ch_name + ' - ' + humanizedISO8601DateTime()); | ||||
|     _.set(char, 'talkativeness', data.talkativeness); | ||||
|     _.set(char, 'fav', data.fav == 'true'); | ||||
|     _.set(char, 'tags', typeof data.tags == 'string' ? (data.tags.split(',').map(x => x.trim()).filter(x => x)) : data.tags || []); | ||||
|  | ||||
|     // Spec V2 fields | ||||
|     _.set(char, 'spec', 'chara_card_v2'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user