fix missing function
This commit is contained in:
parent
d48043ee22
commit
b3844d4012
|
@ -619,7 +619,8 @@ QtObject:
|
|||
try:
|
||||
# TODO Change this to get it from the user choices
|
||||
let access = ord(CommunityAccessLevel.public)
|
||||
let tmpImagePath = self.resizeImage(imagePath, 120)
|
||||
var image = image_utils.formatImagePath(imagePath)
|
||||
let tmpImagePath = image_resizer(image, 2000, TMPDIR)
|
||||
let community = self.status.chat.createCommunity(name, description, color, tmpImagePath, access)
|
||||
removeFile(tmpImagePath)
|
||||
|
||||
|
|
Loading…
Reference in New Issue