Cleanup and Maintenance part 1 #1

Merged
astra merged 10 commits from ari/CleanAndMaintenance into main 2025-04-21 06:30:50 +00:00
Showing only changes of commit 9fe004f4a4 - Show all commits

View file

@ -48,7 +48,7 @@ class Post {
account: AccountMetadata, account: AccountMetadata,
) { ) {
this.postCid = record.cid; this.postCid = record.cid;
this.recordName = record.uri.split("/").slice(-1)[0]; this.recordName = processAtUri(record.uri).rkey;
this.authorDid = account.did; this.authorDid = account.did;
this.authorAvatarCid = account.avatarCid; this.authorAvatarCid = account.avatarCid;
this.authorHandle = account.handle; this.authorHandle = account.handle;