p2sr / portal2-cm-boards-v2

A from-scratch rewrite of the Portal 2 Challenge mode Leaderboards using Rust (actix.rs) and JS (React).
https://danielbatesj.github.io/Portal2-Boards-Rust-API-Docs/docs/target/doc/doc/server/index.html
Apache License 2.0
3 stars 6 forks source link

Fix filtering for changelog #17

Closed DanielBatesJ closed 2 years ago

DanielBatesJ commented 2 years ago

Look into storying changes into an array, build the string from there.

get_cl_page_filtered function in server/src/tools/dataimpls.rs

DanielBatesJ commented 2 years ago

Fixed with this commit.