Skip to content

Commit

Permalink
randommeme: Expose title & crosspostOrigin in rawData (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 authored Oct 15, 2024
1 parent b38c887 commit ed8bf8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion commands/randommeme/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ module.exports = class RedditPost {
score: this.#score,
commentsUrl: this.#commentsUrl,
flairs: [...this.#flairs],
galleryLinks: [...this.#galleryLinks]
galleryLinks: [...this.#galleryLinks],
title: this.#title,
crosspostOrigin: this.#crosspostOrigin
};
}
};

0 comments on commit ed8bf8a

Please sign in to comment.