Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #65 from reTHINK-project/develop
Browse files Browse the repository at this point in the history
GroupChatManagerDemo.inviteParticipants: added missing isOwner
  • Loading branch information
pchainho authored Nov 9, 2017
2 parents 144cd2a + 22e5c00 commit 990a8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/group-chat-manager/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ function prepareChat(chatController, isOwner) {

}

function inviteParticipants(chatController) {
function inviteParticipants(chatController, isOwner ) {

let inviteModal = $('.invite-chat');
let inviteBtn = inviteModal.find('.btn-modal-invite');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev-hyperty",
"version": "1.0.0",
"version": "0.2.1",
"description": "Source code of hyperties",
"main": ".eslintrc.js",
"directories": {
Expand Down

0 comments on commit 990a8e7

Please sign in to comment.