removed profile image from the explore reult struct

This commit is contained in:
2023-06-10 09:07:09 +01:00
parent a6f2282d70
commit 9499f7ae92
6 changed files with 156 additions and 126 deletions

View File

@@ -48,7 +48,6 @@ type BlockRecordFile struct {
Size uint64 // Size of the file data
NodeID []byte // Node ID, owner of the file
Tags []BlockRecordFileTag // Tags provide additional metadata
ProfileImage []byte // ProfileImage of the user who uploaded the file
Username string // Username of the User who uploaded the file
}