Cleanup and Maintenance part 1 #1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue