Skip to content

Commit

Permalink
adds some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Sep 14, 2017
1 parent d9545c0 commit 978def8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/views/messages.coffee
Expand Up @@ -121,6 +121,12 @@ module.exports = view (models) ->

conv_id = viewstate?.selectedConv
c = conv[conv_id]
#
console.log('conversation', c)
console.log(' delivery_medium')
console.log(' outer', c?.self_conversation_state?.delivery_medium_option[0])
console.log(' inner', c?.self_conversation_state?.delivery_medium_option[0].delivery_medium)
#
if c?.current_participant?
for participant in c.current_participant
entity.needEntity participant.chat_id
Expand Down

0 comments on commit 978def8

Please sign in to comment.