Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCommunication
chat_webview
Commits
4d823d3b
Commit
4d823d3b
authored
3 years ago
by
Kim Peace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some todos that confirmed
parent
f1563ade
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
6 deletions
+1
-6
public_new/js/common/common.js
+1
-2
public_new/js/views/chats/chat-room-message.js
+0
-1
public_new/js/views/collaboration/fermi-web-socket-bridge.js
+0
-1
public_new/js/views/collaboration/share-event-listener.js
+0
-2
No files found.
public_new/js/common/common.js
View file @
4d823d3b
...
...
@@ -173,4 +173,4 @@ Common.startCollaboration = function (collaborationType) {
NativeBridgeDelegate
.
finishAllCollaboration
();
}
NativeBridgeDelegate
.
startCollaboration
(
collaborationType
);
};
\ No newline at end of file
};
This diff is collapsed.
Click to expand it.
public_new/js/views/chats/chat-room-message.js
View file @
4d823d3b
...
...
@@ -261,7 +261,6 @@ ChatRoom.renderCollaborationMessage = function (message, isToday, isOtherYear) {
userCount
:
userInCollaboration
.
length
,
userList
:
displayUserList
,
insertDate
:
message
.
insertDate
,
// TODO: peacekim:: should check collaborationInfo.collaborationType is string or number
collaborationType
:
strCollaborationType
,
meetingId
:
meetingID
,
isToday
:
isToday
,
...
...
This diff is collapsed.
Click to expand it.
public_new/js/views/collaboration/fermi-web-socket-bridge.js
View file @
4d823d3b
...
...
@@ -9,7 +9,6 @@ FermiWebSocketBridge.requestHostChange = function (loginID) {
FermiWebSocketBridge
.
shareFileHost
=
function
(
collaborationType
)
{
fw
.
sendToMsg
(
"others"
,
"SHARE_FILE_HOST"
,
{
// TODO: Peacekim check collaboration type as coviewType
collaborationType
:
collaborationType
,
});
};
...
...
This diff is collapsed.
Click to expand it.
public_new/js/views/collaboration/share-event-listener.js
View file @
4d823d3b
...
...
@@ -191,9 +191,7 @@ CollaborationFeature.didReceiveLoginResponseMessage = async function () {
case
COLLABORATION_JOIN_TYPE
.
INVITED
:
// fall through
case
COLLABORATION_JOIN_TYPE
.
ATTENDEE
:
// TODO:: here to update host
coview_api
.
JoinRoom
(
globalUserInfo
.
roomId
,
globalUserInfo
.
coWorkType
);
break
;
case
COLLABORATION_JOIN_TYPE
.
HOST
:
let
deleteRoomResult
=
JSON
.
parse
(
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment