diff --git a/shortChatPane.js b/shortChatPane.js index b9c8177..924d433 100644 --- a/shortChatPane.js +++ b/shortChatPane.js @@ -13,6 +13,15 @@ module.exports = { name: 'chat', + /* + * As part of the work on merging the existing chat views (aka panes) into one view + * https://github.com/solid/chat-pane/issues/17 + * we want to dis-incentivize the use of Small Chat until we've gotten the work done + * by making it difficult to create new data resources that uses the Small Chat view + * but we still want existing resources to be viewed by the Small Chat view + */ + audience: [ns.solid('PowerUser')], + /* AN RRSAgent IRC log: