Files
open-im-server/config/notification.yml
T

327 lines
7.1 KiB
YAML
Raw Normal View History

2024-04-19 22:23:08 +08:00
groupCreated:
isSendMsg: true
# Deprecated. Fixed as 1.
2024-04-19 22:23:08 +08:00
reliabilityLevel: 1
# Deprecated. Fixed as false.
2024-04-19 22:23:08 +08:00
unreadCount: false
# Configuration for offline push notifications.
offlinePush:
# Enables or disables offline push notifications.
enable: false
# Title for the notification when a group is created.
2024-08-21 15:10:43 +08:00
title: create group title
2024-04-19 22:23:08 +08:00
# Description for the notification.
2024-08-21 15:10:43 +08:00
desc: create group desc
2024-04-19 22:23:08 +08:00
# Additional information for the notification.
2024-08-21 15:10:43 +08:00
ext: create group ext
2024-04-19 22:23:08 +08:00
groupInfoSet:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: groupInfoSet title
desc: groupInfoSet desc
ext: groupInfoSet ext
2024-04-19 22:23:08 +08:00
joinGroupApplication:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: true
2024-08-21 15:10:43 +08:00
title: joinGroupApplication title
desc: joinGroupApplication desc
ext: joinGroupApplication ext
2024-04-19 22:23:08 +08:00
memberQuit:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: memberQuit title
desc: memberQuit desc
ext: memberQuit ext
2024-04-19 22:23:08 +08:00
groupApplicationAccepted:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: true
2024-08-21 15:10:43 +08:00
title: groupApplicationAccepted title
desc: groupApplicationAccepted desc
ext: groupApplicationAccepted ext
2024-04-19 22:23:08 +08:00
groupApplicationRejected:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: true
2024-08-21 15:10:43 +08:00
title: groupApplicationRejected title
desc: groupApplicationRejected desc
ext: groupApplicationRejected ext
2024-04-19 22:23:08 +08:00
groupOwnerTransferred:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: groupOwnerTransferred title
desc: groupOwnerTransferred desc
ext: groupOwnerTransferred ext
2024-04-19 22:23:08 +08:00
memberKicked:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: memberKicked title
desc: memberKicked desc
ext: memberKicked ext
2024-04-19 22:23:08 +08:00
memberInvited:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: memberInvited title
desc: memberInvited desc
ext: memberInvited ext
2024-04-19 22:23:08 +08:00
memberEnter:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: memberEnter title
desc: memberEnter desc
ext: memberEnter ext
2024-04-19 22:23:08 +08:00
groupDismissed:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: groupDismissed title
desc: groupDismissed desc
ext: groupDismissed ext
2024-04-19 22:23:08 +08:00
groupMuted:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: groupMuted title
desc: groupMuted desc
ext: groupMuted ext
2024-04-19 22:23:08 +08:00
groupCancelMuted:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: groupCancelMuted title
desc: groupCancelMuted desc
ext: groupCancelMuted ext
2024-04-19 22:23:08 +08:00
defaultTips:
2024-08-21 15:10:43 +08:00
tips: group Cancel Muted
2024-04-19 22:23:08 +08:00
groupMemberMuted:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: groupMemberMuted title
desc: groupMemberMuted desc
ext: groupMemberMuted ext
2024-04-19 22:23:08 +08:00
groupMemberCancelMuted:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: groupMemberCancelMuted title
desc: groupMemberCancelMuted desc
ext: groupMemberCancelMuted ext
2024-04-19 22:23:08 +08:00
groupMemberInfoSet:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: groupMemberInfoSet title
desc: groupMemberInfoSet desc
ext: groupMemberInfoSet ext
2024-04-19 22:23:08 +08:00
groupInfoSetAnnouncement:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: groupInfoSetAnnouncement title
desc: groupInfoSetAnnouncement desc
ext: groupInfoSetAnnouncement ext
2024-04-19 22:23:08 +08:00
groupInfoSetName:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: groupInfoSetName title
desc: groupInfoSetName desc
ext: groupInfoSetName ext
2024-04-19 22:23:08 +08:00
#############################friend#################################
friendApplicationAdded:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: true
2024-08-21 15:10:43 +08:00
title: Somebody applies to add you as a friend
desc: Somebody applies to add you as a friend
ext: Somebody applies to add you as a friend
2024-04-19 22:23:08 +08:00
friendApplicationApproved:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: true
2024-08-21 15:10:43 +08:00
title: Someone applies to add your friend application
desc: Someone applies to add your friend application
ext: Someone applies to add your friend application
2024-04-19 22:23:08 +08:00
friendApplicationRejected:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: true
2024-08-21 15:10:43 +08:00
title: Someone rejected your friend application
desc: Someone rejected your friend application
ext: Someone rejected your friend application
2024-04-19 22:23:08 +08:00
friendAdded:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: We have become friends
desc: We have become friends
ext: We have become friends
2024-04-19 22:23:08 +08:00
friendDeleted:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: deleted a friend
desc: deleted a friend
ext: deleted a friend
2024-04-19 22:23:08 +08:00
friendRemarkSet:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: Your friend's profile has been changed
desc: Your friend's profile has been changed
ext: Your friend's profile has been changed
2024-04-19 22:23:08 +08:00
blackAdded:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: blocked a user
desc: blocked a user
ext: blocked a user
2024-04-19 22:23:08 +08:00
blackDeleted:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: Remove a blocked user
desc: Remove a blocked user
ext: Remove a blocked user
2024-04-19 22:23:08 +08:00
friendInfoUpdated:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: friend info updated
desc: friend info updated
ext: friend info updated
2024-04-19 22:23:08 +08:00
#####################user#########################
userInfoUpdated:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
title: userInfo updated
desc: userInfo updated
ext: userInfo updated
2024-04-19 22:23:08 +08:00
userStatusChanged:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: user status changed
desc: user status changed
ext: user status changed
2024-04-19 22:23:08 +08:00
#####################conversation#########################
conversationChanged:
isSendMsg: false
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: conversation changed
desc: conversation changed
ext: conversation changed
2024-04-19 22:23:08 +08:00
conversationSetPrivate:
isSendMsg: true
reliabilityLevel: 1
unreadCount: false
offlinePush:
enable: false
2024-08-21 15:10:43 +08:00
title: burn after reading
desc: burn after reading
ext: burn after reading