Skip to content

CommonAPI.Utils.make_note_data/1 --> ActivityPub.Builder.note/1

Alex Gleason requested to merge builder-note into develop

I thought it was odd ActivityPub.Builder didn't have a function to make a Note object. I found it in CommonAPI.Utils instead. This MR simply moves that function to the Builder module. Now there's a test file for the Builder module too.

Merge request reports