mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 04:36:21 +00:00
7 lines
168 B
Ruby
7 lines
168 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# = Note =
|
||
|
#
|
||
|
# Representa notas, el tipo más común de objeto del Fediverso.
|
||
|
class ActivityPub::Object::Note < ActivityPub::Object; end
|