Last active
July 13, 2016 16:03
-
-
Save colinf/f0f6fa9e780b717c15af to your computer and use it in GitHub Desktop.
om/Ident influence on the data retrieved from the Om Next reconciler ( see http://bit.ly/29ywoTL )
This file contains hidden or 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
{:threads | |
[[:threads/by-id "t_1"] | |
[:threads/by-id "t_2"] | |
[:threads/by-id "t_3"]], | |
:messages/bucket | |
{"m_1" | |
{:message/id "m_1", | |
:message/author-name "Bill", | |
:message/text "Hey Jing want to give a Flux talk at ForwardJS?", | |
:message/date #inst "2015-12-08T14:48:34.292-00:00"}, | |
"m_2" | |
{:message/id "m_2", | |
:message/author-name "Bill", | |
:message/text "Seems like a pretty cool conference.", | |
:message/date #inst "2015-12-08T14:48:44.292-00:00"}, | |
"m_3" | |
{:message/id "m_3", | |
:message/author-name "Jing", | |
:message/text "Sounds good. Will they be serving dessert?", | |
:message/date #inst "2015-12-08T14:48:54.292-00:00"}, | |
"m_4" | |
{:message/id "m_4", | |
:message/author-name "Bill", | |
:message/text "Hey Dave want to get a beer after the conference?", | |
:message/date #inst "2015-12-08T14:49:04.292-00:00"}, | |
"m_5" | |
{:message/id "m_5", | |
:message/author-name "Dave", | |
:message/text "Totally! Meet you at the hotel bar.", | |
:message/date #inst "2015-12-08T14:49:14.292-00:00"}, | |
"m_6" | |
{:message/id "m_6", | |
:message/author-name "Bill", | |
:message/text | |
"Hey Brian are you going to be talking about functional stuff?", | |
:message/date #inst "2015-12-08T14:49:24.292-00:00"}, | |
"m_7" | |
{:message/id "m_7", | |
:message/author-name "Brian", | |
:message/text "At ForwardJS? Yeah of course. See you there!", | |
:message/date #inst "2015-12-08T14:49:34.292-00:00"}}, | |
:threads/by-id | |
{"t_1" | |
{:thread/id "t_1", | |
:thread/name "Jing and Bill", | |
:thread/messages | |
[[:messages/bucket "m_1"] | |
[:messages/bucket "m_2"] | |
[:messages/bucket "m_3"]]}, | |
"t_2" | |
{:thread/id "t_2", | |
:thread/name "Dave and Bill", | |
:thread/messages | |
[[:messages/bucket "m_4"] [:messages/bucket "m_5"]]}, | |
"t_3" | |
{:thread/id "t_3", | |
:thread/name "Functional Heads", | |
:thread/messages | |
[[:messages/bucket "m_6"] [:messages/bucket "m_7"]], | |
:thread/read true}}, | |
:selected/thread "t_3"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment