Skip to content

Commit d25ba6e

Browse files
authored
Merge pull request #175 from solid/chat-small-for-existing-chat-resources
Readding shortChatPane so that existing resources can still be shown
2 parents 443d12d + e53f3d3 commit d25ba6e

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)