Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-ios
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
27
Issues
27
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-client-ios
Commits
25bfa385
Commit
25bfa385
authored
Jul 17, 2019
by
Kateryna Kostiuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
file transfer: auto accept any type
Change-Id: I1253aab69cc0a5070612d6771e155a8b46805777
parent
903ae862
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
Ring/Ring/Services/ConversationsManager.swift
Ring/Ring/Services/ConversationsManager.swift
+0
-4
No files found.
Ring/Ring/Services/ConversationsManager.swift
View file @
25bfa385
...
...
@@ -225,10 +225,6 @@ class ConversationsManager: MessagesAdapterDelegate {
return
}
guard
let
messageData
=
self
.
conversationService
.
dataTransferMessageMap
[
transferId
]
else
{
return
}
if
!
(
self
.
dataTransferService
.
isTransferImage
(
withId
:
transferId
,
accountID
:
accountId
,
conversationID
:
String
(
messageData
.
conversationID
))
??
false
)
{
return
}
var
filename
=
""
if
self
.
dataTransferService
.
acceptTransfer
(
withId
:
transferId
,
interactionID
:
messageData
.
messageID
,
fileName
:
&
filename
,
accountID
:
accountId
,
...
...
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