Mention and notify users when creating a status
This commit is contained in:
parent
4684a83e6f
commit
0cf1838276
6 changed files with 83 additions and 12 deletions
|
@ -3,8 +3,9 @@ import inspect
|
|||
import sys
|
||||
|
||||
from .base_activity import ActivityEncoder, Image, PublicKey, Signature
|
||||
from .base_activity import Link, Mention
|
||||
from .note import Note, GeneratedNote, Article, Comment, Review, Quotation
|
||||
from .note import Tombstone, Link
|
||||
from .note import Tombstone
|
||||
from .interaction import Boost, Like
|
||||
from .ordered_collection import OrderedCollection, OrderedCollectionPage
|
||||
from .person import Person
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue