UNPKG
tjc-sdk
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
TIANJI IM SDK
tjc-sdk
/
dist
/
messages
/
notification
/
notificationMessageContent.js
2 lines
(1 loc)
•
229 B
JavaScript
View Raw
1
2
import
t
from
"../messageContent.js"
;
class
r
extends
t
{fromSelf=!
1
;
constructor
(
t
){
super
(t)}
digest
(
t
){
var
r=
""
;
try
{r=
this
.
formatNotification
(t)}
catch
(t){}
return
r}
formatNotification
(
t
){
return
"..nofication.."
}}
export
{r
as
default
};