This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
wekan
Watch
1
Star
0
Fork
You've already forked wekan
0
mirror of
https://github.com/wekan/wekan.git
synced
2025-12-17 07:50:12 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5
fc32a89292
wekan
/
server
/
publications
/
announcements.js
5 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Rename notice -> announcement
2017-10-01 12:43:15 +09:00
Meteor
.
publish
(
'announcements'
,
function
(
)
{
server/publications files, adding return parameter for easier time measure (e.g. console.time())
2023-03-11 19:32:16 +01:00
const
ret
=
Announcements
.
find
(
)
;
return
ret
;
Rename notice -> announcement
2017-10-01 12:43:15 +09:00
}
)
;
Reference in a new issue
Copy permalink