Don't require a conversation name

Just display a sensible default in the frontend if it's unset.
For private conversations this should be the phone number, for
groups, the list of numbers.
This commit is contained in:
lilia 2014-12-24 14:22:25 -08:00
parent ff259a7dee
commit 0ea176dfa0
3 changed files with 2 additions and 4 deletions

View file

@ -141,7 +141,6 @@
};
} else {
attributes = {
name : source,
type : 'private'
};
}