We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2e6ce0 + dd01a23 commit b4e8879Copy full SHA for b4e8879
android/src/io/jchat/android/utils/ResultUtils.java
@@ -183,6 +183,7 @@ public static WritableMap toJSObject(Message msg) {
183
case file:
184
result.putString(Constant.TYPE, Constant.FILE);
185
FileContent fileContent = (FileContent) content;
186
+ result.putString(Constant.PATH, fileContent.getLocalPath());
187
result.putString(Constant.FILE_NAME, fileContent.getFileName());
188
break;
189
case custom:
0 commit comments