forked from cory/tildefriends
		
	Fixed tests. Hmm.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4072 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		| @@ -4,7 +4,7 @@ var g_database = new Database('core'); | ||||
| let g_attendants = {}; | ||||
| const k_use_create_history_stream = false; | ||||
| const k_blobs_concurrent_target = 8; | ||||
| const k_settings = JSON.parse(g_database.get('settings') ?? '{}'); | ||||
| const k_settings = JSON.parse(g_database.get('settings') ?? '{"room": true}'); | ||||
|  | ||||
| function following(db, id) { | ||||
| 	var o = db.get(id + ":following"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user