Skip to content

Commit

Permalink
Readding shortChatPane so that existing resources can still be shown
Browse files Browse the repository at this point in the history
This is dependent on the changes in SolidOS/chat-pane#18, so do not merge until package.json reflects this update.

Partial fix for SolidOS/chat-pane#16
  • Loading branch information
megoth committed Sep 16, 2019
1 parent 443d12d commit e53f3d3
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 e53f3d3

Please sign in to comment.