projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'docs/direct_conversation_id' into 'develop'
[akkoma]
/
lib
/
pleroma
/
ecto_enums.ex
1
# Pleroma: A lightweight social networking server
2
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
3
# SPDX-License-Identifier: AGPL-3.0-only
4
5
import EctoEnum
6
7
defenum(UserRelationshipTypeEnum,
8
block: 1,
9
mute: 2,
10
reblog_mute: 3,
11
notification_mute: 4,
12
inverse_subscription: 5
13
)