stream-chat-android icon indicating copy to clipboard operation
stream-chat-android copied to clipboard

Move classes related to attachment sending to LLC module

Open leandroBorgesFerreira opened this issue 3 years ago • 0 comments

Context & proposal

Move classes related to sending attachments to LLC module. Classes are:

  • AttachmentUploader
  • AttachmentUrlValidator
  • UploadAttachmentsAndroidWorker
  • UploadAttachmentsWorker

The dependencies of the classes should be an interface so implementations of dependencies can be accessed.

Acceptance criteria

  • [ ] Classes are inside LLC

leandroBorgesFerreira avatar Jun 28 '22 20:06 leandroBorgesFerreira