Skip to content
Snippets Groups Projects

Set community settings to JSONB + add tests for settings and avatar_url

Merged Howo requested to merge feature/community_settings_jsonb into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -716,7 +716,7 @@
"test-safari"
],
"id": "community",
"json": "[\"updateProps\",{\"community\":\"hive-135485\",\"props\":{\"title\":\"World News\",\"about\":\"A place for major news from around the world.\",\"is_nsfw\":true,\"description\":\"\",\"flag_text\":\"\"}}]"
"json": "[\"updateProps\",{\"community\":\"hive-135485\",\"props\":{\"title\":\"World News\",\"about\":\"A place for major news from around the world.\",\"is_nsfw\":true,\"description\":\"\",\"flag_text\":\"\",\"settings\":{\"streams\":[[\"Say It Here\",\"0\",[\"member\"],[\"member\"]],[\"About\",\"\\/about\",null,null],[\"Visit Community\",\"\\/created\",null,null]],\"emotes\":{},\"avatar_url\":\"http://example.com\"}}}]"
}
},
{
Loading