Skip to content

Commit e53f3d3

Browse files
committed
Readding shortChatPane so that existing resources can still be shown
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
1 parent 443d12d commit e53f3d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ register(require('./transaction/period.js'))
6565

6666
const chatPanes = require('chat-pane')
6767
register(chatPanes.longChatPane) // Long pane must have prio in case short pane tries to do a long pane
68-
// register(chatPanes.shortChatPane) // was './chat/chatPane.js'
68+
register(chatPanes.shortChatPane) // was './chat/chatPane.js'
6969
// register(require('./publication/publicationPane.js'))
7070
register(require('meeting-pane'))
7171
register(require('./tabbed/tabbedPane.js'))

0 commit comments

Comments
 (0)