forked from lubuwest/Friendiqa
version v0.6.7 with moderation
This commit is contained in:
parent
5f8edccdfe
commit
48a70b8395
46 changed files with 2106 additions and 1026 deletions
|
@ -22,13 +22,15 @@ Item {
|
|||
h.push("file://"+ decodeURIComponent(message.imageUrls[n]).substring(5))
|
||||
}
|
||||
imageUrls=h;
|
||||
if(imageUrls.length==1){
|
||||
rootstack.currentIndex=0;newstab.active=true;
|
||||
root.uploadSignal(imageUrls)
|
||||
} else{
|
||||
rootstack.currentIndex=2;fotostab.active=true;
|
||||
root.uploadSignal(imageUrls)
|
||||
}
|
||||
rootstack.currentIndex=0;newstab.active=true;
|
||||
root.uploadSignal(imageUrls.join(","))
|
||||
// if(imageUrls.length==1){
|
||||
// rootstack.currentIndex=0;newstab.active=true;
|
||||
// root.uploadSignal(imageUrls)
|
||||
// } else{
|
||||
// rootstack.currentIndex=2;fotostab.active=true;
|
||||
// root.uploadSignal(imageUrls)
|
||||
// }
|
||||
} else if (type==m_TEXT_MESSAGE){
|
||||
rootstack.currentIndex=0;newstab.active=true;
|
||||
root.sendtextSignal(message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue