]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'autocomplete-group' into 'nightly'
authormmn <mmn@hethane.se>
Wed, 23 Dec 2015 21:04:18 +0000 (21:04 +0000)
committermmn <mmn@hethane.se>
Wed, 23 Dec 2015 21:04:18 +0000 (21:04 +0000)
Autocomplete group

Group autocompletion wasn't working for a couple of reasons:

1. $profile wasn't set (d8092207c0)
2. Profile::getUri() wasn't working for Groups, causing Profile::getAcctUri() to throw a ProfileNoAcctUriException (3e830dad374)

See merge request !68


Trivial merge