Our emoji may be downloaded/updated from server, so we need to modify MLExpressionManager to support this, like
if (!image) {
image = [[SDImageCache sharedImageCache]
imageFromDiskCacheForKey:imageName];
}
can you provide elegant support for this?
BR.