You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ This will create ```config/stream-laravel.php```. We will set our credentials af
89
89
90
90
-*user* which is a _flat_ feed.
91
91
-*timeline* which is a _flat_ feed.
92
-
-*timeline_aggregrated* which is an _aggregated_ feed.
92
+
-*timeline_aggregated* which is an _aggregated_ feed.
93
93
-*notification* which is a _notification_ feed.
94
94
95
95
@@ -219,7 +219,7 @@ Models are stored in feeds as activities. An activity is composed of at least th
219
219
**actor** is a reference to the user attribute of the instance
220
220
**verb** is a string representation of the class name
221
221
222
-
In order to work out-of-the-box the Activity class makes makes few assumptions:
222
+
In order to work out-of-the-box the Activity class makes few assumptions:
223
223
224
224
1. the Model class belongs to a user
225
225
2. the model table has timestamp columns (created_at is required)
@@ -340,7 +340,7 @@ class Follow extends Eloquent {
340
340
341
341
342
342
## Follow Feed
343
-
The create the newsfeeds you need to notify the system about follow relationships. The manager comes with APIs to let a user's news feeds follow another user's feed. This code lets the current user's timeline and timeline_aggregated feeds follow the target_user's personal feed.
343
+
To create the newsfeeds you need to notify the system about follow relationships. The manager comes with APIs to let a user's news feeds follow another user's feed. This code lets the current user's timeline and timeline_aggregated feeds follow the target_user's personal feed.
0 commit comments