This might be 2 separate issues but both have to do with deleting so I'll include them here:
-
Auto-delete on disconnect does not remove any group chats from the conversations view. Not sure if this is intended and expected or not.
-
I don't think files are removed from the file system when conversations are deleted. I'm thinking they should be removed. Tested by using the GCDWebServer url and known location of media that I had received, using if([NSData dataWithContentsOfURL:mediaurl .....
I also tested with a bad url (not an existing file) just to make sure it didn't claim to exist (as it did with some other methods I tried).
EDIT: The first issue referencing group chats will be discussed in a separate issue
This might be 2 separate issues but both have to do with deleting so I'll include them here:
Auto-delete on disconnect does not remove any group chats from the conversations view. Not sure if this is intended and expected or not.
I don't think files are removed from the file system when conversations are deleted. I'm thinking they should be removed. Tested by using the GCDWebServer url and known location of media that I had received, using if([NSData dataWithContentsOfURL:mediaurl .....
I also tested with a bad url (not an existing file) just to make sure it didn't claim to exist (as it did with some other methods I tried).
EDIT: The first issue referencing group chats will be discussed in a separate issue