Skip to content

Commit

Permalink
Merge pull request #18 from solid/remove-minting-for-small
Browse files Browse the repository at this point in the history
Removing minting capabilities of Short Chat view
  • Loading branch information
megoth authored Sep 23, 2019
2 parents 823f70b + 647ac66 commit 0a5e21e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions shortChatPane.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<irc://localhost:6667/&mit>
Expand Down

0 comments on commit 0a5e21e

Please sign in to comment.