Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl committed Aug 8, 2017
1 parent 6e67e4c commit e92d208
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
18 changes: 10 additions & 8 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<id>mood</id>
<name>mood</name>
<summary>Your mood over the clouds</summary>
<description>
<description><![CDATA[**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.
**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.
πŸ’¬ With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.
You don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods πŸ”’
πŸ’¬ With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.
You don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods πŸ”’
If you want to connect with other instances, you can federate your Circles with them. Link your _circles_ with remote clouds and your messages will be broadcast all over the mesh!πŸš€
If you want to connect with other instances, you can federate your Circles with them.
Link your _circles_ with remote clouds and your messages will be broadcast all over the mesh!πŸš€
]]>
</description>
<version>0.3.0</version>
<version>0.3.2</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<documentation>
Expand All @@ -21,8 +22,9 @@
<category>social</category>
<website>https://github.com/daita/mood</website>
<bugs>https://github.com/daita/mood/issues</bugs>
<repository type="git">https://github.com/daita/mood.git</repository>
<screenshot>https://raw.githubusercontent.com/daita/mood/master/screenshots/0.2.0.png</screenshot>-->
<repository>https://github.com/daita/mood.git</repository>
<screenshot>
https://raw.githubusercontent.com/daita/mood/master/screenshots/0.2.0.png</screenshot>
<dependencies>
<nextcloud min-version="12" max-version="13"/>
</dependencies>
Expand Down
10 changes: 10 additions & 0 deletions lib/Circles/Broadcaster.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ public function createShareToMember(SharingFrame $frame, Member $member) {
}


/**
* generateLocalEvent();
*
* generate an event using the ActivityManager.
*
* @param SharingFrame $frame
* @param Member $member
*
* @return bool
*/
private function generateLocalEvent(SharingFrame $frame, Member $member) {

try {
Expand Down

0 comments on commit e92d208

Please sign in to comment.