Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Aggregations (experimental) #1633

Closed
wants to merge 3 commits into from
Closed

Aggregations (experimental) #1633

wants to merge 3 commits into from

Commits on Nov 19, 2016

  1. Aggregations Backend initial

    pik committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    84a8007 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Merge aggregation_data into events in storage.events methods

     * API now returns aggregation_data
     * removed unused code
     * Note that aggregation_entries is now one per (event_type, target_id) rather than
       one per (target_id) - so they are manually merged server-side to yield a single
       aggregation_data blob on the event.
     * TODO: make aggregation code less invasive on Synapse structure
    pik committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    c7edc8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    673b1d1 View commit details
    Browse the repository at this point in the history