forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summarization of messages for newsfeed (RocketChat#70)
* Initial commit for newsfeed * Create server setting for Newsfeed * Solve linting * Callback for initializing and deinitializing newsfeed * Solve liniting * Access all users in initialize function * Check if newsfeed for a user already exists * Partial progress upload Declaring Newsfeed URL Declaring Newsfeed as new roomType Displaying the correct Newsfeed for the owner * Add deinitialize newsfeed function * set newsfeed_enabled default as false * Delete createNewsfeed.js * Delete createNewsfeed.graphqls * Delete newsfeed.graphql * Delete no-use file created by me * Display newsfeed channel name as Newsfeed in UI * Create Newsfeed when a new user registers on the server * Newsfeed creation using username instead of name * Few Improvement: -Change newsfeed icon to star -change channel type to n in canSendMessage function * Initial commit for follow user and follow button * Initialize follow user method * Follow Meteor method initialized * Follwers and following update in database and creation of toastr * solve linting * Change follow button to unfollow if already followed * Create unfollow user method * Update followUser method to store followers as object with _id as the key * Update hasAlreadyFollowed method in respond to change in storage scheme * Update unfollowUser to new scheme * Add to deInitialize newsfeed to remove following and followers from database * based newsfeed type room on private group * Mid progress for displaying messages in newsfeed * Publish followers and following from server to client * Relaying of first messge successful * Relay of first message * Solve linting * partial improvements * Revert "Solve linting" This reverts commit 14d4a73. * Revert "partial improvements" This reverts commit 1bcc673. * Solve linting * Partial progress with bug and without lint * Relay with identified bug * getLastMessage method added * Add getFollowers and getFollowing method * Display of original channel name in newsfeed * Revert "Display of original channel name in newsfeed" This reverts commit b94ae9c. * Add posted_in in front of sender in newsfeed * Change isSequential for newsfeed * Update followUser method to new schema * Update hasAlreadyFollowed for new schema * Update unfollowUser method to new schema * Update getFollowers to new schema * Update getFollowing and getFollowers * removed test code * Mid progress to new schema * remove default user fields in accordance with new schema * Migrate ChatMessage UI to new schema * Only rooms which can be viewed by user can show messages in newsfeed * Partial progress * Crude time and channel based summarization system for newsfeed * Eslint fix * seperation of summarization * Referesh in follow/unfollow button state * summarization on client for newsfeed
- Loading branch information
1 parent
363428d
commit 769cfd3
Showing
5 changed files
with
148 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters