Searched refs:attachment (Results 1 – 3 of 3) sorted by relevance
91 const filesBlobPromises = message.attachments.map(async (attachment) => {92 const fileQueryResponse = await fetch(attachment.objectUrl);98 const file = new File([blob], attachment.name);
70 .inflate(R.layout.attachment, parent, false); in onCreateViewHolder()
903 PositionMarker attachment = mStack.mark(); in makeMessageBody() local979 int headerLength = attachment.getLength(); in makeMessageBody()1014 if (dataLength != (attachment.getLength() - headerLength)) { in makeMessageBody()