mirror of
https://github.com/Xevion/banner.git
synced 2025-12-09 04:06:34 -06:00
Make slope calculation part of baseExpiry
I realized that archived classes would have unusually low expiry times without the multiplier in plce Also changed the IsViewOnlyTerm func name, new term "Archive" for this
This commit is contained in:
@@ -370,7 +370,7 @@ func EncodeParams(params map[string]*[]string) string {
|
||||
}
|
||||
|
||||
// TODO: Add a function to check if a term is view-only
|
||||
func IsViewOnlyTerm(term string) bool {
|
||||
func IsTermArchived(term string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user