Update and modify existing posts with support for text, image, video, and file content changes
Text Posts
Image Posts
File Posts
Video Posts
Ownership Control
Transparency Features
editedAt
property to the current time, reflecting the changes made by the user. You can leverage this timestamp to create a user interface that informs users of edited posts, fostering transparency.editPost
method in a post repository using AmityTextPostBuilder
class to compose new text content.
editPost
method in a post repository using AmityFilePostBuilder
class to compose a set of new files. The files parameter should include both the current files (if required) and any newly uploaded files you wish to append to the post.
Preserving Existing Files
getFileInfo()
from child postsAdding New Files
fileRepository.uploadFile()
for new fileseditPost
method in a post repository using AmityImagePostBuilder
class to compose a set of new images. The images parameter should include both the current images (if required) and any newly uploaded images you wish to append to the post.
Image Optimization
Upload Management
editPost
method in a post repository using AmityVideoPostBuilder
class to compose a set of new videos. The videos parameter should include both the current videos (if required) and any newly uploaded videos you wish to append to the post.
Transcoding Features
Upload Considerations
Performance Optimization
User Experience
Content Management