Page MenuHomePhabricator

mentioned users are saved as object in database
Closed, ResolvedPublic

Description

Author: bsitu

Description:
For mention notification, the list of mentioned user is saved as user object in extra field. With each object about 3-5k in size, the blob would not be able to hold 10+ users

user_ids should be saved instead of user object


Version: master
Severity: normal

Details

Reference
bz46051