Skip to content

Commit

Permalink
Merge pull request #175 from solid/chat-small-for-existing-chat-resou…
Browse files Browse the repository at this point in the history
…rces

Readding shortChatPane so that existing resources can still be shown
  • Loading branch information
megoth authored Sep 23, 2019
2 parents 443d12d + e53f3d3 commit d25ba6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ register(require('./transaction/period.js'))

const chatPanes = require('chat-pane')
register(chatPanes.longChatPane) // Long pane must have prio in case short pane tries to do a long pane
// register(chatPanes.shortChatPane) // was './chat/chatPane.js'
register(chatPanes.shortChatPane) // was './chat/chatPane.js'
// register(require('./publication/publicationPane.js'))
register(require('meeting-pane'))
register(require('./tabbed/tabbedPane.js'))
Expand Down

0 comments on commit d25ba6e

Please sign in to comment.