Skip to content
Snippets Groups Projects
Commit f97e6470 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

remove recent-items which come with couchapp as example

parent 2191d7fe
No related branches found
No related tags found
No related merge requests found
function(doc) {
if (doc.created_at) {
var p = doc.profile || {};
emit(doc.created_at, {
message:doc.message,
gravatar_url : p.gravatar_url,
nickname : p.nickname,
name : doc.name
});
}
};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment