mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Notifications: removed hard limit to 100 characters.
This commit is contained in:
@@ -113,8 +113,8 @@ Singleton {
|
||||
|
||||
return {
|
||||
"id": id,
|
||||
"summary": (n.summary || "").substring(0, 100),
|
||||
"body": stripTags(n.body || "").substring(0, 100),
|
||||
"summary": (n.summary || ""),
|
||||
"body": stripTags(n.body || ""),
|
||||
"appName": getAppName(n.appName),
|
||||
"urgency": n.urgency || 1,
|
||||
"timestamp": time,
|
||||
|
||||
Reference in New Issue
Block a user