]> Untitled Git - lemmy.git/commit
Populate `content` with HTML, and `source` with markdown (ref #1220)
authorFelix Ableitner <me@nutomic.com>
Tue, 24 Nov 2020 17:53:43 +0000 (18:53 +0100)
committerFelix Ableitner <me@nutomic.com>
Tue, 24 Nov 2020 17:53:43 +0000 (18:53 +0100)
commitcd3f20e49b81c6725232e792f4481210284e57df
treef7d8a6b668b7a0606eb1530ef4c3b462ca95306e
parent911b26f163c3fb46fa9ca5a15958c7c2259bf0d9
Populate `content` with HTML, and `source` with markdown (ref #1220)
14 files changed:
Cargo.lock
docs/src/contributing_apub_api_outline.md
lemmy_apub/Cargo.toml
lemmy_apub/src/activities/receive/comment.rs
lemmy_apub/src/activities/receive/comment_undo.rs
lemmy_apub/src/activities/receive/private_message.rs
lemmy_apub/src/fetcher.rs
lemmy_apub/src/lib.rs
lemmy_apub/src/objects/comment.rs
lemmy_apub/src/objects/community.rs
lemmy_apub/src/objects/mod.rs
lemmy_apub/src/objects/post.rs
lemmy_apub/src/objects/private_message.rs
lemmy_apub/src/objects/user.rs